![]() |
SetEmptyRgn |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
Sets an existing region to be empty.
void SetEmptyRgn ( rgn );
A handle to the region to be made empty.
The SetEmptyRgn function destroys the previous structure of the region whose handle you pass in the rgn parameter; it then sets the new structure to the empty region defined by the rectangle (0,0,0,0).
The SetEmptyRgn function may move or purge memory blocks in the application heap; do not call this function at interrupt time.
Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)